home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Emsa FlexInfo Pro / setupN.exe / install_script.iss
Text File  |  2004-04-25  |  2KB  |  59 lines

  1. ;InnoSetupVersion=4.2.1
  2.  
  3. [Setup]
  4. AppName=Emsa FlexInfo Pro
  5. AppVerName=Emsa FlexInfo Pro 1.0
  6. AppId=Emsa FlexInfo Pro
  7. AppPublisher=Emsa Systems
  8. AppPublisherURL=http://www.e-systems.ro/
  9. AppSupportURL=http://www.e-systems.ro/
  10. AppUpdatesURL=http://www.e-systems.ro/
  11. DefaultDirName={pf}\Emsa FlexInfo Pro
  12. DefaultGroupName=Emsa FlexInfo Pro
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\FlexInfoPro.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{sys}\COMDLG32.OCX"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver onlyifdoesntexist 
  26. Source: "{sys}\MSFLXGRD.OCX"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver onlyifdoesntexist 
  27.  
  28. [INI]
  29. FileName: "{app}\FlexInfoPro.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.e-systems.ro/"; 
  30.  
  31. [Run]
  32. Filename: "{app}\FlexInfoPro.exe"; Description: "{cm:LaunchProgram,Emsa FlexInfo Pro}"; Flags: postinstall skipifsilent nowait
  33.  
  34. [Icons]
  35. Name: "{group}\Emsa FlexInfo Pro"; Filename: "{app}\FlexInfoPro.exe"; 
  36. Name: "{group}\{cm:ProgramOnTheWeb,Emsa FlexInfo Pro}"; Filename: "{app}\FlexInfoPro.url"; 
  37. Name: "{userdesktop}\Emsa FlexInfo Pro"; Filename: "{app}\FlexInfoPro.exe"; Tasks: desktopicon; 
  38.  
  39. [Tasks]
  40. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  41.  
  42. [UninstallDelete]
  43. Type: files; Name: "{app}\FlexInfoPro.url"; 
  44.  
  45. [CustomMessages]
  46. default.AdditionalIcons=Additional icons:
  47. default.CreateDesktopIcon=Create a &desktop icon
  48. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  49. default.ProgramOnTheWeb=%1 on the Web
  50. default.UninstallProgram=Uninstall %1
  51. default.LaunchProgram=Launch %1
  52. default.AssocFileExtension=&Associate %1 with the %2 file extension
  53. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  54.  
  55. [Languages]
  56. ; These files are stubs
  57. ; To achieve better results after recompilation, use the real language files
  58. Name: "default"; MessagesFile: "embedded\default.isl"; 
  59.